IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 9, 2004, 12:21:00 PM (22 years ago)
Author:
desonia
Message:

moved psErrorCodes.dat up a directory.

File:
1 edited

Legend:

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

    r1624 r1764  
    55TARGET_STATIC  = libpslib.a
    66include ../Makefile.Globals
    7 CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image
     7CFLAGS := $(CFLAGS_RELOC) -I. -I../sysUtils -I../collections -I.. -I../image -I..
    88
    99SRC_OBJS = psStats.o  \
     
    1515 
    1616OBJS = $(addprefix makedir/,$(SRC_OBJS))
    17          
     17 
     18HEADERS = $(SRC_OBJS:.o=.h)
     19         
    1820all: $(TARGET_STATIC)
    1921
     
    3032# Define PHONY target "install" which will install necessary files
    3133install: $(TARGET_STATIC)
    32         install *.h $(includedir)
     34        install $(HEADERS) $(includedir)
    3335
    3436# Define PHONY target "distclean" which will cleanup the distribution
Note: See TracChangeset for help on using the changeset viewer.