IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 10, 2004, 2:43:54 PM (22 years ago)
Author:
desonia
Message:

added errorcodes files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/Makefile

    r1463 r1787  
    1414OBJS = $(addprefix makedir/,$(SRC_OBJS))
    1515
     16HEADERS = $(SRC_OBJS:.o=.h) psPhotometry.h slalib.h
     17
    1618all: $(TARGET_STATIC)
     19
     20psAstronomyErrors.h: psAstronomyErrors.dat
     21        perl ../parseErrorCodes.pl --data=$? $@
     22
    1723
    1824# Rule to make static library
     
    2531# Define PHONY target "install" which will install necessary files
    2632install: $(TARGET_STATIC)
    27         install *.h $(includedir)
     33        install $(HEADERS) $(includedir)
    2834
    2935# Define PHONY target "distclean" which will cleanup the distribution
Note: See TracChangeset for help on using the changeset viewer.