allow multiple targets for libnames
authorJohn Kohl <jtkohl@mit.edu>
Tue, 28 Aug 1990 16:41:43 +0000 (16:41 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Tue, 28 Aug 1990 16:41:43 +0000 (16:41 +0000)
add Perl stuff

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1055 dc483132-0cff-0310-8789-dd5450dbe970

src/config/Project.tmpl

index 7aa85c2c19a66a9cec4480d96a550cf6625c17ca..5bee1ea5120a0e78b5269d0f3856b24774a8c5db 100644 (file)
@@ -9,6 +9,9 @@
 #ifndef TouchCmd
 #define TouchCmd touch
 #endif
+#ifndef PerlCmd
+#define PerlCmd perl
+#endif
 #ifndef CompileEtCmd
 #define CompileEtCmd $(ETSRC)/compile_et
 #endif
@@ -101,7 +104,7 @@ AllTarget(foo/**/libname)                                           @@\
 foo/**/libname: objlist                                                        @@\
        $(ARADD) libdir/lib/**/libname.a objlist                        @@\
        $(TOUCH) foo/**/libname                                         @@\
-libdir/lib/**/libname.a:                                               @@\
+libdir/lib/**/libname.a::                                              @@\
        $(ARADD) $@ objlist                                             @@\
        $(TOUCH) foo/**/libname
 /* The $(RANLIB) is done at the end by the directory itself */
@@ -121,6 +124,7 @@ libdir/lib/**/libname.a:                                            @@\
              PEPY = PepyCmd
              POSY = PosyCmd
             TOUCH = TouchCmd
+             PERL = PerlCmd
        DESDEFINES = DesDefines
             ETSRC = $(TOP)/comerr
             SSSRC = $(TOP)/ss