diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-04-08 16:49:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:00 -0500 |
commit | 9dfdfc65b7e2c5583201d032e3b62565d329c821 (patch) | |
tree | d9cfe0cfa4c3f452c516917884a57328652b8cd3 /source4 | |
parent | 4ab73d6045aacd354894fe5edf0c5cfc75784064 (diff) | |
download | samba-9dfdfc65b7e2c5583201d032e3b62565d329c821.tar.gz samba-9dfdfc65b7e2c5583201d032e3b62565d329c821.tar.bz2 samba-9dfdfc65b7e2c5583201d032e3b62565d329c821.zip |
r15001: Add 'make dist'
(This used to be commit 16e67d04d40a156a60011bcf6247ebf6039bbf30)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/config.mk | 3 | ||||
-rw-r--r-- | source4/main.mk | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/source4/heimdal_build/config.mk b/source4/heimdal_build/config.mk index 004385fbef..c66784224a 100644 --- a/source4/heimdal_build/config.mk +++ b/source4/heimdal_build/config.mk @@ -475,3 +475,6 @@ REQUIRED_SUBSYSTEMS = \ REQUIRED_SUBSYSTEMS = HEIMDAL # End SUBSYSTEM KERBEROS_LIB ####################### + +dist:: heimdal/lib/asn1/lex.c heimdal/lib/com_err/lex.c \ + heimdal/lib/asn1/parse.c heimdal/lib/com_err/parse.c diff --git a/source4/main.mk b/source4/main.mk index 8d4582e2b4..18df95487c 100644 --- a/source4/main.mk +++ b/source4/main.mk @@ -365,6 +365,11 @@ DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpage DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \ include/includes.d +dist:: distclean idl_full manpages configure + +configure: + ./autogen.sh + clean:: @echo Removing dependency files @rm -f $(DEP_FILES) |