# Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Id: Makefile.in,v 1.1 1998/02/15 22:46:34 christos Exp $
+# @(#)$Id: Makefile.in,v 1.2 1998/02/15 23:18:53 christos Exp $
#
# This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California.
# ever read sources, credits must appear in the documentation.
#
# 4. This notice may not be removed or altered.
-VERSION = 3.23
+VERSION = 3.24
SHELL = /bin/sh
#MAGIC = /etc/magic
prefix = @prefix@
OBJS = file.o apprentice.o fsmagic.o softmagic.o ascmagic.o \
compress.o is_tar.o readelf.o internat.o \
print.o $(LOCALOBJS)
+HDRS = file.h names.h patchlevel.h readelf.h tar.h
-ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) *.h \
- Makefile file.man magic.man
+AUTOSRC=configure configure.in install-sh config.h.in Makefile.in
+ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) $(HDRS) \
+ Makefile.std file.man magic.man magic2mime $(AUTOSRC)
ALLMAGIC = Magdir/Makefile Magdir/Localstuff Magdir/Header Magdir/[a-z]*
all: file magic file.${MANCEXT} magic.${MANFEXT}
clean:
rm -f *.o core file magic lint dist.* MANIFEST \
- magic.${MANFEXT} file.${MANCEXT}
+ magic.${MANFEXT} file.${MANCEXT} \
+ config.h config.status config.cache
clobber:
cd tst; $(MAKE) clean
# Makefile for file(1) cmd.
# Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE.
-# @(#)$Id: Makefile.std,v 1.1 1998/02/15 22:46:34 christos Exp $
+# @(#)$Id: Makefile.std,v 1.2 1998/02/15 23:18:53 christos Exp $
#
# This software is not subject to any license of the American Telephone
# and Telegraph Company or of the Regents of the University of California.
# ever read sources, credits must appear in the documentation.
#
# 4. This notice may not be removed or altered.
-VERSION = 3.23
+VERSION = 3.24
SHELL = /bin/sh
#MAGIC = /etc/magic
MAGIC = /usr/local/etc/magic
OBJS = file.o apprentice.o fsmagic.o softmagic.o ascmagic.o \
compress.o is_tar.o readelf.o internat.o \
print.o $(LOCALOBJS)
+HDRS = file.h names.h patchlevel.h readelf.h tar.h
-ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) *.h \
- Makefile file.man magic.man
+AUTOSRC=configure configure.in install-sh config.h.in Makefile.in
+ALLSRC = LEGAL.NOTICE README MAINT PORTING $(SRCS) $(HDRS) \
+ Makefile.std file.man magic.man magic2mime $(AUTOSRC)
ALLMAGIC = Magdir/Makefile Magdir/Localstuff Magdir/Header Magdir/[a-z]*
all: file magic file.${MANCEXT} magic.${MANFEXT}
clean:
rm -f *.o core file magic lint dist.* MANIFEST \
- magic.${MANFEXT} file.${MANCEXT}
+ magic.${MANFEXT} file.${MANCEXT} \
+ config.h config.status config.cache
clobber:
cd tst; $(MAKE) clean