Changeset 5652 for trunk/psphot/Makefile
- Timestamp:
- Dec 1, 2005, 5:19:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/Makefile
r5643 r5652 67 67 $(SRC)/psphotModelTest.$(ARCH).o 68 68 69 TEST = \ 70 $(SRC)/psphotTest.$(ARCH).o \ 71 $(SRC)/psphotSparseMatrix.$(ARCH).o 72 69 73 psphot: $(BIN)/psphot.$(ARCH) 70 74 $(BIN)/psphot.$(ARCH) : $(PSPHOT) … … 76 80 $(MODELTEST): $(SRC)/psphot.h 77 81 78 INSTALL = psphot psphotModelTest 82 test.install: psphotTest.install 83 test: $(BIN)/psphotTest.$(ARCH) 84 $(BIN)/psphotTest.$(ARCH) : $(TEST) 85 $(TEST): $(SRC)/psphot.h 86 87 INSTALL = psphot psphotModelTest 79 88 80 89 # dependancy rules for binary code #########################
Note:
See TracChangeset
for help on using the changeset viewer.
