Changeset 1787 for trunk/psLib/src/astronomy/Makefile
- Timestamp:
- Sep 10, 2004, 2:43:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astronomy/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astronomy/Makefile
r1463 r1787 14 14 OBJS = $(addprefix makedir/,$(SRC_OBJS)) 15 15 16 HEADERS = $(SRC_OBJS:.o=.h) psPhotometry.h slalib.h 17 16 18 all: $(TARGET_STATIC) 19 20 psAstronomyErrors.h: psAstronomyErrors.dat 21 perl ../parseErrorCodes.pl --data=$? $@ 22 17 23 18 24 # Rule to make static library … … 25 31 # Define PHONY target "install" which will install necessary files 26 32 install: $(TARGET_STATIC) 27 install *.h$(includedir)33 install $(HEADERS) $(includedir) 28 34 29 35 # Define PHONY target "distclean" which will cleanup the distribution
Note:
See TracChangeset
for help on using the changeset viewer.
