Added rmf. Added install hook to link 'folder' to 'folders'
Showing
1 changed file
with
5 additions
and
1 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | # Copyright (C) 2000,2001,2002 Free Software Foundation | 2 | # Copyright (C) 2000,2001,2002 Free Software Foundation |
3 | # See file COPYING in the distribution root directory for copying conditions. | 3 | # See file COPYING in the distribution root directory for copying conditions. |
4 | 4 | ||
5 | bin_PROGRAMS = scan inc rmm refile mhpath folder | 5 | bin_PROGRAMS = scan inc rmm refile mhpath folder rmf |
6 | noinst_LIBRARIES = libmh.a | 6 | noinst_LIBRARIES = libmh.a |
7 | libmh_a_SOURCES= \ | 7 | libmh_a_SOURCES= \ |
8 | mh_argp.c\ | 8 | mh_argp.c\ |
... | @@ -18,6 +18,7 @@ noinst_HEADERS = mh.h mh_getopt.h | ... | @@ -18,6 +18,7 @@ noinst_HEADERS = mh.h mh_getopt.h |
18 | scan_SOURCES = scan.c | 18 | scan_SOURCES = scan.c |
19 | inc_SOURCES = inc.c | 19 | inc_SOURCES = inc.c |
20 | rmm_SOURCES = rmm.c | 20 | rmm_SOURCES = rmm.c |
21 | rmf_SOURCES = rmf.c | ||
21 | refile_SOURCES = refile.c | 22 | refile_SOURCES = refile.c |
22 | mhpath_SOURCES = mhpath.c | 23 | mhpath_SOURCES = mhpath.c |
23 | folder_SOURCES = folder.c | 24 | folder_SOURCES = folder.c |
... | @@ -29,5 +30,8 @@ rmm_LDADD = $(mh_LIBS) | ... | @@ -29,5 +30,8 @@ rmm_LDADD = $(mh_LIBS) |
29 | refile_LDADD = $(mh_LIBS) | 30 | refile_LDADD = $(mh_LIBS) |
30 | mhpath_LDADD = $(mh_LIBS) | 31 | mhpath_LDADD = $(mh_LIBS) |
31 | folder_LDADD = $(mh_LIBS) | 32 | folder_LDADD = $(mh_LIBS) |
33 | rmf_LDADD = $(mh_LIBS) | ||
32 | YFLAGS=-vt | 34 | YFLAGS=-vt |
33 | 35 | ||
36 | install-exec-hook: | ||
37 | $(LN_S) $(DESTDIR)$(bindir)/folder $(DESTDIR)$(bindir)/folders | ... | ... |
-
Please register or sign in to post a comment