소스 검색

*** empty log message ***

David Rose 25 년 전
부모
커밋
573ea5cd76
1개의 변경된 파일67개의 추가작업 그리고 0개의 파일을 삭제
  1. 67 0
      dtool/src/egg-build/Makefile.findlatest

+ 67 - 0
dtool/src/egg-build/Makefile.findlatest

@@ -0,0 +1,67 @@
+#### Makefile for binaries.  Any fields commented out are optional.
+#### Generated automatically by ppremake 0.50 from Sources.pp.
+################################# DO NOT EDIT ###########################
+
+#### Target's name:
+TARGET = findlatest
+
+# Standard .o file conversion information.
+
+#### Lex files 
+LFILES = 
+LEX = flex
+LFLAGS =   -olex.yy.c
+LEXTENSION = yy.cxx
+# LSUBST =
+
+#### Yacc files 
+YFILES = 
+YACC = bison
+YFLAGS = -y -d 
+YEXTENSION = tab.cxx
+# YSUBST =
+
+#### C files 
+CFILES = 
+CFLAGS =   
+
+#### C++ files 
+C++FILES = findlatest.cxx
+C++FLAGS =   
+
+#### Additional search directories for C/C++ header files:
+IPATH = \
+    -I/usr/local/mozilla/dist/Linux2.2.10_x86_PTH_DBG.OBJ/include \
+    -I/usr/local/mozilla/dist/Linux2.2.12_x86_PTH_DBG.OBJ/include \
+    -I/usr/local/include/python1.6
+
+#### Location to put .o files:
+# ODIR = 
+
+#### Source file dependencies (unnecessary with clearmake)
+# foo.c: foo.h
+
+#### Other files and lib.  Include $(ODIR) in any .o names.
+# OFILES = 
+WHEN_NO_DEFER_LIBS = -ldtoolbase
+WHEN_DEFER_LIBS = -ldtool
+LIBS = 
+SYSLIBS = -lnspr3
+
+#### Additional search directories for lib:
+LPATH = 
+
+#### Other linker flags. 
+# LDFLAGS =
+
+#### Pull in standard .o make variables
+include $(DTOOL)/include/Makefile.o.vars
+
+#### The .o action is here.
+include $(DTOOL)/include/Makefile.o.rules
+
+#### Pull in standard binary make variables.
+include $(DTOOL)/include/Makefile.bin.vars
+
+#### The bin action is here.
+include $(DTOOL)/include/Makefile.bin.rules