Changeset ef727a6 for GNUmakefile
- Timestamp:
- 08/26/16 20:42:36 (8 years ago)
- Branches:
- master, pympi
- Children:
- 63c7ac7
- Parents:
- bd84570
- git-author:
- Hal Finkel <hfinkel@…> (08/26/16 20:42:36)
- git-committer:
- Hal Finkel <hfinkel@…> (08/26/16 20:42:36)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GNUmakefile
rbd84570 ref727a6 146 146 $(CXX) $(FE_CFLAGS) $(FE_SHARED) -o $@ $^ 147 147 148 $(FEDIR)/gio.py: python/gio.py149 cp -f $< $@150 151 148 $(FEDIR)/GenericIOSQLite.so: $(FEDIR)/GenericIOSQLite.o $(FEDIR)/GenericIO.o $(FE_BLOSC_O) 152 149 $(CXX) $(FE_CFLAGS) $(FE_SHARED) -o $@ $^ … … 191 188 $(MPICXX) $(MPI_CFLAGS) -o $@ $^ 192 189 193 frontend-progs: $(FEDIR)/GenericIOPrint $(FEDIR)/GenericIOVerify $(FEDIR)/libpygio.so $(FEDIR)/gio.py190 frontend-progs: $(FEDIR)/GenericIOPrint $(FEDIR)/GenericIOVerify $(FEDIR)/libpygio.so 194 191 fe-progs: frontend-progs 195 192
Note: See TracChangeset
for help on using the changeset viewer.