IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 228


Ignore:
Timestamp:
Mar 12, 2004, 3:10:21 PM (22 years ago)
Author:
rhl
Message:

Changes now that SampleCode is in PSLib/src

Location:
trunk/archive/pslib/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/pslib/src/Makefile

    r200 r228  
    1414        done
    1515#
    16 .PHONY : _tags
    17 tags : _tags
    18         etags `find . -name \*.[ch] -print`
    19 #
    2016# `Our' .h files
    2117#
     
    2319
    2420check :
    25         ../Utilities/bin/check-namespace `find Utils Metadata ../PSLib -name *.[ao] -print` \
     21        ../Utilities/bin/check-namespace `find Utils Metadata .. -name *.[ao] -print` \
    2622                `find . -name \*.h -print` \
    2723                `echo $(HFILES) | perl -pe 's:(^| ): ../PSLib/include/:g;'`
  • trunk/archive/pslib/src/Metadata/Makefile

    r199 r228  
    33CFLAGS = -Wall -g $(INCLUDES)
    44
    5 PSLIB_DIR = ../../PSLib
     5PSLIB_DIR = ../../
    66UTILS_DIR = ../Utils
    77
  • trunk/archive/pslib/src/Utils/Makefile

    r201 r228  
    22CFLAGS = -Wall -g -I$(PSLIB_DIR)/include
    33
    4 PSLIB_DIR = ../../PSLib
     4PSLIB_DIR = ../..
    55
    66libUtils.a : array.o dlist.o hash.o logmsg.o memory.o misc.o trace.o
Note: See TracChangeset for help on using the changeset viewer.