summaryrefslogtreecommitdiff
path: root/netsvcs/clients
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-04-03 21:28:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-04-03 21:28:28 +0000
commitfb9958dfe85fbd1c429fb7ee1a3dbddf1e778229 (patch)
tree6196d4e5c9301bf63c8aff9e7dc8983dd66c71f6 /netsvcs/clients
parent8dc47973d6c4c7f0080625bf4368bd280d24e350 (diff)
downloadATCD-fb9958dfe85fbd1c429fb7ee1a3dbddf1e778229.tar.gz
Added targets to clean up files and directories created during
compilation. Automake will setup the `clean-local' targets to run automatically whenever a `make clean' is done.
Diffstat (limited to 'netsvcs/clients')
-rw-r--r--netsvcs/clients/Naming/Client/Makefile.am4
-rw-r--r--netsvcs/clients/Tokens/manual/Makefile.am5
2 files changed, 8 insertions, 1 deletions
diff --git a/netsvcs/clients/Naming/Client/Makefile.am b/netsvcs/clients/Naming/Client/Makefile.am
index 0d8935062de..b4a397b58d8 100644
--- a/netsvcs/clients/Naming/Client/Makefile.am
+++ b/netsvcs/clients/Naming/Client/Makefile.am
@@ -30,3 +30,7 @@ noinst_DATA = svc.conf svc2.conf
EXTRA_DIST = $(noinst_DATA)
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations
diff --git a/netsvcs/clients/Tokens/manual/Makefile.am b/netsvcs/clients/Tokens/manual/Makefile.am
index 01b4b3427fe..7f2b227464e 100644
--- a/netsvcs/clients/Tokens/manual/Makefile.am
+++ b/netsvcs/clients/Tokens/manual/Makefile.am
@@ -22,4 +22,7 @@ manual_LDADD = \
$(top_builddir)/netsvcs/lib/libnetsvcs.la \
$(top_builddir)/ace/libACE.la
-
+## Clean up template repositories, etc.
+clean-local:
+ -rm -f *.bak *.rpo *.sym lib*.*_pure_* Makefile.old core
+ -rm -rf ptrepository Templates.DB gcctemp.c gcctemp so_locations