]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
nt-makefile-clean-targets-20010917
authorWalter Wong <wcw@cmu.edu>
Mon, 17 Sep 2001 20:35:09 +0000 (20:35 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 17 Sep 2001 20:35:09 +0000 (20:35 +0000)
more work on providing a clean target for nt

14 files changed:
src/WINNT/afsadmsvr/NTMakefile
src/WINNT/license/lang/NTMakefile
src/auth/NTMakefile
src/bozo/NTMakefile
src/bucoord/NTMakefile
src/budb/NTMakefile
src/cmd/NTMakefile
src/des/NTMakefile
src/kauth/NTMakefile
src/rxstat/NTMakefile
src/tbutc/NTMakefile
src/ubik/NTMakefile
src/update/NTMakefile
src/volser/NTMakefile

index 6e581040a4ddceb62ca06e02899b9a11c355b5fd..0e5de4c1a10f026370d7e2451f4c08668ff3beb3 100644 (file)
@@ -123,11 +123,21 @@ afsapplib_primary :
        nmake /nologo /f ntmakefile primary
        $(CD) ..\afsadmsvr
 
+afsapplib_clean :
+       $(CD) ..\afsapplib
+       nmake /nologo /f ntmakefile clean
+       $(CD) ..\afsadmsvr
+
 afsclass_primary :
        $(CD) ..\afsclass
        nmake /nologo /f ntmakefile primary
        $(CD) ..\afsadmsvr
 
+afsclass_clean :
+       $(CD) ..\afsclass
+       nmake /nologo /f ntmakefile clean
+       $(CD) ..\afsadmsvr
+
 $(EXEFILE) : $(EXEOBJS) $(EXELIBS)
        $(EXECONLINK)  $(VCLIBS)
        $(EXEPREP) 
@@ -141,7 +151,7 @@ install : \
        afsclass_primary \
        $(EXEFILE)
 
-clean::
+clean:: afsclass_clean afsapplib_clean
        if exist ITaAfsAdmSvr*.cpp del ITaAfsAdmSvr*.cpp
        if exist ITaAfsAdmSvr*.c del ITaAfsAdmSvr*.c
        if exist ITaAfsAdmSvr*.h del ITaAfsAdmSvr*.h
index 09c3572ae563cf98cac8ecdb0a731afbf48bd794..89c784446b4058f83f143ade31a5205520901137 100644 (file)
@@ -24,3 +24,5 @@ install :
     @$(DESTDIR)\bin\sgml2rtf -1252 es_ES.ide
     @$(DESTDIR)\bin\sgml2rtf -1252 de_DE.ide
 
+clean :: 
+       $(DEL) *.rtf
index c9aa3af70c9fd8a135158d9c364b4d0665ea1f35..5d9cb48d879a5ca8ea9a67131ea624a863a980b5 100644 (file)
@@ -108,6 +108,7 @@ install9x: install
 clean::
        $(DEL) acfg_errors.c ktc_errors.c
        $(DEL) $(INCFILEDIR)\auth.h  $(INCFILEDIR)\cellconfig.h
-
+       $(DEL) auth.h  cellconfig.h
 
 setkey: $(SETKEY_EXEFILE)
+
index bccef34d9ce2f7c34efa2fb8aab4c4fae8042d64..4653dc80c91403ce545d11d3ec1e8257e5060dd9 100644 (file)
@@ -144,3 +144,4 @@ install: $(BOS_LIBFILE) $(BOSSERVER_EXEFILE) $(CL_BOS_EXEFILE) $(INCFILES)
 # Local clean target; augments predefined clean target
 
 clean::
+       $(DEL) bnode.h boserr.c bosint.cs.c bosint.h bosint.ss.c bosint.xdr.c
index 79c59d8af84dbfae8c89e52b9809c05048fbd361..bc2437b26231b586b34d373885d3ff6942291139 100644 (file)
@@ -110,4 +110,5 @@ install: $(INCFILES) $(LIBFILE) $(EXEFILE)
 # Local clean target; augments predefined clean target
 
 clean::
+       $(DEL) bc.h bucoord_errs.c
 
index 08da52d7d01004f85aabb285bc3c5694c6e1be6f..278bf71b8a7988b24f29bc68941c01641b22e13e 100644 (file)
@@ -116,5 +116,4 @@ install: $(INCFILES) $(LIBFILE) $(EXEFILE)
 
 clean::
        $(DEL) budb_errs.c budb_errs.h budb.h budb_client.h     
-
-
+       $(DEL) budb.cs.c budb.ss.c budb.xdr.c
index 2661949cc78d63fd40b46c33ec4c7f24ae2108ee..2d2fa5732a1b7a2c8e5b7d04b00c99009993b7a4 100644 (file)
@@ -38,7 +38,7 @@ install: $(LIBFILE) $(INCFILES)
 install9x: install
 
 clean::
-       $(DEL) cmd_errors.c
+       $(DEL) cmd_errors.c cmd.h
        $(DEL) $(LIBFILE)
 
 test tests:
index 1f15d978b26e6c7a0682cffd23861f2a9377cf48..2c47be427b27d14cc7864129683ca8663c6a2696 100644 (file)
@@ -138,4 +138,5 @@ install: $(GENERATED_FILES) $(LIBFILE) $(INCFILES)
 install9x: install
 
 clean::
-       $(DEL) $(LIBFILE)
\ No newline at end of file
+       $(DEL) $(LIBFILE) $(GENERATED_FILES)
+
index 7a48d4c06d924842bfccadb015d27834443c104e..def0154fe5b83ce5d85b61ab63f2208bf0ddada7 100644 (file)
@@ -219,6 +219,6 @@ $(DESTDIR)\etc\kas.exe:  $(DESTDIR)\root.server\usr\afs\bin\kas.exe
 
 clean::
        $(DEL) $(KPASSWD_EXEFILE)
-
-
+       $(DEL) kauth.cs.c kauth.h kauth.ss.c kauth.xdr.c kautils.h
+       $(DEL) kaerrors.c
 
index b1359e90de94fc9882dc2e018ddb193ae7efa41e..0037dc5a72125ec3883f2bb3a4b390a3b55b72a9 100644 (file)
@@ -35,3 +35,7 @@ rxstat.cs.c rxstat.ss.c rxstat.xdr.c rxstat.h: rxstat.xg
 install: $(LIBFILE) $(INCFILES)
 
 install9x: install
+
+clean::
+       $(DEL) rxstat.cs.c rxstat.h rxstat.ss.c rxstat.xdr.c
+
index 15afcf44c81340e2cad0a067a7ab124ae254bdd0..6d3ec64504f1ee9195f19d2540c8e02279c34104 100644 (file)
@@ -56,12 +56,10 @@ BUTCLIBS=$(DESTDIR)\lib\afs\afsbudb.lib  \
             $(DESTDIR)\lib\afs\afskauth.lib \
             $(DESTDIR)\lib\afsubik.lib \
             $(DESTDIR)\lib\afs\afsauth.lib \
-\
             $(DESTDIR)\lib\afsrpc.lib \
              $(DESTDIR)\lib\afsrxkad.lib \
             $(DESTDIR)\lib\afsrx.lib \
              $(DESTDIR)\lib\afslwp.lib \
-\
              $(DESTDIR)\lib\afs\afsutil.lib \
              $(DESTDIR)\lib\afs\afsusd.lib \
             $(DESTDIR)\lib\afs\afspioctl.lib \
@@ -77,6 +75,7 @@ BUTCLIBS=$(DESTDIR)\lib\afs\afsbudb.lib  \
 !ENDIF
             $(DESTDIR)\lib\afsdes.lib
 
+
 #      $(DESTDIR)\lib\afsauthent.lib \
 #      $(DESTDIR)\lib\afsrpc.lib \
 #      $(DESTDIR)\lib\afs\afscmd.lib \
index 3f373f3e4c431860464e5bb6402f18e661c3fdc6..7346f4b04bf7fde9d327fb2e2411309b85a326ea 100644 (file)
@@ -105,6 +105,7 @@ install: $(INCFILES) $(LIBFILE)  $(CL_UDBG_EXEFILE)
 clean::
        $(DEL) ubik_int.ss.c ubik_int.cs.c ubik_int.xdr.c 
        $(DEL) $(INCFILEDIR)\ubik_int.h uerrors.c $(INCFILEDIR)\ubik.h
+       $(DEL) ubik_int.h ubik.h
 
 ############################################################################
 # test ubik
index 9411c412b2bcd40e6b7621e8ff60558787a8e723..607c7452078ce82e31924e31d9d3de4c600d28d4 100644 (file)
@@ -77,3 +77,4 @@ install: update.h $(UPCLIENT) $(UPSERVER)
 # Local clean target; augments predefined clean target
 
 clean::
+       $(DEL) update.cs.c update.ss.c update.xdr.c update.h
index f490efd1a0df21a23560c045ff9159fd87d49cb7..90d4038fc955345620f15f904e0e671f14c962c3 100644 (file)
@@ -158,5 +158,5 @@ install: $(LOCAL_INCFILES) $(LIBFILE) $(VOLSERVER_EXEFILE) $(CL_VOS_EXEFILE) \
 # Local clean target; augments predefined clean target
 
 clean::
-
-
+       $(DEL) volerr.c volser.h
+       $(DEL) volint.cs.c volint.h volint.ss.c volint.xdr.c volser.h