]> andersk Git - moira.git/commitdiff
add 'config' target.
authorjtkohl <jtkohl>
Mon, 16 Jan 1989 21:06:19 +0000 (21:06 +0000)
committerjtkohl <jtkohl>
Mon, 16 Jan 1989 21:06:19 +0000 (21:06 +0000)
util/imake/Makefile

index da7d86d4dabf80f881bde03c779cb36d2e2d4605..5bc2e0805a2bc3e05b1e31b5def724c9a7299db0 100644 (file)
@@ -7,6 +7,10 @@
            MAKE = make
          RM_CMD = $(RM) *.CKP *.ln *.BAK *.bak *.o core errs ,* *~ *.a \
                        tags TAGS make.log
+             LN = cp
+        DESTDIR = 
+         SRCDIR = /mit/kerberos/src
+        SOURCES = imake.c ccflags.c Makefile
 
 all: imake
 
@@ -33,3 +37,10 @@ tags:
 install:
 
 Makefiles:
+
+config: $(SOURCES)
+       -mkdir $(DESTDIR)/util
+       -mkdir $(DESTDIR)/util/imake
+       for i in $(SOURCES); do \
+               $(RM) ${DESTDIR}/util/imake/$$i; \
+               $(LN) $$i ${DESTDIR}/util/imake/$$i; done
This page took 0.096856 seconds and 5 git commands to generate.