Deleted Added
full compact
Makefile.in (69216) Makefile.in (74784)
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,

--- 58 unchanged lines hidden (view full) ---

67
68AUTOMAKE_OPTIONS = foreign no-dependencies
69
70bin_PROGRAMS = file
71
72data_DATA = magic magic.mime
73
74MAGIC = @datadir@/magic
1# Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,

--- 58 unchanged lines hidden (view full) ---

67
68AUTOMAKE_OPTIONS = foreign no-dependencies
69
70bin_PROGRAMS = file
71
72data_DATA = magic magic.mime
73
74MAGIC = @datadir@/magic
75CPPFLAGS = -DMAGIC='"$(MAGIC)"'
75CPPFLAGS = -DMAGIC='"$(MAGIC)"' -DQUICK
76
77man_MANS = file.1 magic.4
78
79file_SOURCES = file.c apprentice.c fsmagic.c softmagic.c ascmagic.c compress.c is_tar.c readelf.c print.c file.h names.h patchlevel.h readelf.h tar.h
80
81
82EXTRA_DIST = LEGAL.NOTICE MAINT PORTING Makefile.std magic2mime Localstuff Header $(magic_FRAGMENTS) file.man magic.man
83

--- 30 unchanged lines hidden (view full) ---

114
115DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in acconfig.h \
116acinclude.m4 aclocal.m4 config.h.in configure configure.in install-sh \
117missing mkinstalldirs
118
119
120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
76
77man_MANS = file.1 magic.4
78
79file_SOURCES = file.c apprentice.c fsmagic.c softmagic.c ascmagic.c compress.c is_tar.c readelf.c print.c file.h names.h patchlevel.h readelf.h tar.h
80
81
82EXTRA_DIST = LEGAL.NOTICE MAINT PORTING Makefile.std magic2mime Localstuff Header $(magic_FRAGMENTS) file.man magic.man
83

--- 30 unchanged lines hidden (view full) ---

114
115DIST_COMMON = README ./stamp-h.in Makefile.am Makefile.in acconfig.h \
116acinclude.m4 aclocal.m4 config.h.in configure configure.in install-sh \
117missing mkinstalldirs
118
119
120DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121
122TAR = tar
122TAR = gtar
123GZIP_ENV = --best
124SOURCES = $(file_SOURCES)
125OBJECTS = $(file_OBJECTS)
126
127all: all-redirect
128.SUFFIXES:
129.SUFFIXES: .S .c .o .s
130$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)

--- 369 unchanged lines hidden ---
123GZIP_ENV = --best
124SOURCES = $(file_SOURCES)
125OBJECTS = $(file_OBJECTS)
126
127all: all-redirect
128.SUFFIXES:
129.SUFFIXES: .S .c .o .s
130$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)

--- 369 unchanged lines hidden ---