Remove not used code (JLR define)
[mmh] / h / Makefile.in
1 #
2 # Makefile for h subdirectory
3 #
4
5 SHELL = /bin/sh
6
7 srcdir = @srcdir@
8 VPATH  = @srcdir@
9
10 # header files included in distribution
11 HDRS = addrsbr.h aliasbr.h crawl_folders.h dropsbr.h fmt_compile.h \
12        fmt_scan.h mf.h mh.h mhparse.h mime.h \
13        prototypes.h rcvmail.h scansbr.h signals.h tws.h utils.h
14
15 # ========== DEPENDENCIES FOR BUILDING AND INSTALLING ==========
16
17 all:
18
19 install:
20
21 uninstall:
22
23 lint:
24
25 # ========== DEPENDENCIES FOR CLEANUP ==========
26
27 mostlyclean:
28         rm -f *~
29
30 clean: mostlyclean
31
32 distclean: clean
33         rm -f Makefile
34
35 realclean: distclean
36
37 superclean: realclean
38
39 # ========== DEPENDENCIES FOR MAINTENANCE ==========
40
41 subdir = h
42
43 Makefile: Makefile.in ../config.status
44         cd .. && ./config.status $(subdir)/$@
45