diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
commit | a5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch) | |
tree | bcf0a25c3d45a209a6e3ac37b233a4812f29c732 /include/makeinclude/rules.common.GNU | |
download | ATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz |
Initial revision
Diffstat (limited to 'include/makeinclude/rules.common.GNU')
-rw-r--r-- | include/makeinclude/rules.common.GNU | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/include/makeinclude/rules.common.GNU b/include/makeinclude/rules.common.GNU new file mode 100644 index 00000000000..c111b1996ea --- /dev/null +++ b/include/makeinclude/rules.common.GNU @@ -0,0 +1,17 @@ +#---------------------------------------------------------------------------- +# @(#)rules.common.GNU 1.1 10/18/96 +# +# Common targets +#---------------------------------------------------------------------------- + +all: all.nested all.local +debug: debug.nested debug.local +profile: profile.nested profile.local +install: install.nested install.local +deinstall: deinstall.nested deinstall.local +clean: clean.nested clean.local +realclean: realclean.nested realclean.local +clobber: clobber.nested clobber.local +depend: depend.nested depend.local +rcs_info: rcs_info.nested rcs_info.local + |