]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove mime crap
authorwessels <>
Fri, 23 Feb 1996 11:12:51 +0000 (11:12 +0000)
committerwessels <>
Fri, 23 Feb 1996 11:12:51 +0000 (11:12 +0000)
src/Makefile.in

index f9516db99720ae1153bbc360ad7d5fa44ca25b21..1b7c7bcb3218eaa030ef0de35aeee27f9cc98682 100644 (file)
@@ -1,7 +1,7 @@
 #
 #  Makefile for the Harvest Object Cache server
 #
-#  $Id: Makefile.in,v 1.1 1996/02/22 06:23:53 wessels Exp $
+#  $Id: Makefile.in,v 1.2 1996/02/23 04:12:51 wessels Exp $
 #
 #  Uncomment and customize the following to suit your needs:
 #
@@ -63,12 +63,9 @@ OBJS         = comm.o cache_cf.o debug.o disk.o dynamic_array.o \
                  proto.o stack.o stat.o stmem.o store.o storetoString.o \
                  tools.o ttl.o url.o wais.o $(XTRA_OBJS)
 
-MK_TABLE_H     = ../url/mk-mime-table-h.pl
-MIME_TABLE     = ../url/mime.table
-
 all:   $(PROGS) $(UTILS) $(CGIPROGS)
 
-cached:        ../include/mime_table.h main.o $(OBJS)
+cached:        main.o $(OBJS)
        $(CC) -o $@ $(LDFLAGS) $(OBJS) main.o $(LIBS)
 
 client:        client.o
@@ -80,9 +77,6 @@ dnsserver: dnsserver.o
 cachemgr.cgi:  cachemgr.o
        $(CC) -o $@ $(LDFLAGS) cachemgr.o $(CLIENT_LIBS)
 
-../include/mime_table.h: $(MK_TABLE_H) $(MIME_TABLE)
-       $(PERL) $(MK_TABLE_H) < $(MIME_TABLE) > $@
-
 install: all
        @for f in $(PROGS); do \
                echo $(INSTALL_BIN) $$f $(INSTALL_BINDIR); \
@@ -101,7 +95,7 @@ clean:
        -rm -rf *.o *pure_* core $(PROGS) $(UTILS) $(CGIPROGS)
 
 realclean:     clean
-       -rm -f Makefile ../include/mime_table.h
+       -rm -f Makefile
 
 tar:
        -rm -f cache.tar