diff options
author | jbj <devnull@localhost> | 1999-01-21 18:42:53 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 1999-01-21 18:42:53 +0000 |
commit | 4bcd4d620df2afd3b448ded4eb06e9708ca58165 (patch) | |
tree | 0888079e3d96386fd3e1b9a3a7b4bf183c6b9e66 /popt | |
parent | 394f3cb1ddf52fa7829dab790e34f1dfa5886b5d (diff) | |
download | librpm-tizen-4bcd4d620df2afd3b448ded4eb06e9708ca58165.tar.gz librpm-tizen-4bcd4d620df2afd3b448ded4eb06e9708ca58165.tar.bz2 librpm-tizen-4bcd4d620df2afd3b448ded4eb06e9708ca58165.zip |
Automake: almost functional make dist.
CVS patchset: 2729
CVS date: 1999/01/21 18:42:53
Diffstat (limited to 'popt')
-rw-r--r-- | popt/Makefile.am | 5 | ||||
-rw-r--r-- | popt/Makefile.in | 6 | ||||
-rw-r--r-- | popt/po/Makefile.in | 2 | ||||
-rw-r--r-- | popt/po/Makefile.in.in | 2 |
4 files changed, 15 insertions, 0 deletions
diff --git a/popt/Makefile.am b/popt/Makefile.am index 825005843..b46024e0c 100644 --- a/popt/Makefile.am +++ b/popt/Makefile.am @@ -2,11 +2,16 @@ AUTOMAKE_OPTIONS = 1.4 foreign +EXTRA_DIST = CHANGES autogen.sh findme.h popt.3 popt.spec poptint.h testit.sh \ + po/*.in po/*.po po/popt.pot popt.ps + SUBDIRS = po LDFLAGS = -L$(top_builddir) INCLUDES = -I$(top_srcdir) +noinst_INCLUDES = findme.h poptint.h + noinst_PROGRAMS = test1 test1_SOURCES = test1.c test1_LDADD = -lpopt diff --git a/popt/Makefile.in b/popt/Makefile.in index 54dbe9b12..aa3359708 100644 --- a/popt/Makefile.in +++ b/popt/Makefile.in @@ -70,11 +70,16 @@ VERSION = @VERSION@ AUTOMAKE_OPTIONS = 1.4 foreign +EXTRA_DIST = CHANGES autogen.sh findme.h popt.3 popt.spec poptint.h testit.sh po/*.in po/*.po po/popt.pot popt.ps + + SUBDIRS = po LDFLAGS = -L$(top_builddir) INCLUDES = -I$(top_srcdir) +noinst_INCLUDES = findme.h poptint.h + noinst_PROGRAMS = test1 test1_SOURCES = test1.c test1_LDADD = -lpopt @@ -425,6 +430,7 @@ distdir: $(DISTFILES) distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile + $(mkinstalldirs) $(distdir)/po @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ diff --git a/popt/po/Makefile.in b/popt/po/Makefile.in index b2ab87fc9..4a3eeb980 100644 --- a/popt/po/Makefile.in +++ b/popt/po/Makefile.in @@ -79,5 +79,7 @@ Makefile: Makefile.in.in ../config.status POTFILES && CONFIG_FILES=po/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status +distdir: + %.mo: %.po msgfmt -o $@ $< diff --git a/popt/po/Makefile.in.in b/popt/po/Makefile.in.in index 11489efe5..78e178275 100644 --- a/popt/po/Makefile.in.in +++ b/popt/po/Makefile.in.in @@ -79,5 +79,7 @@ Makefile: Makefile.in.in ../config.status POTFILES && CONFIG_FILES=po/$@.in CONFIG_HEADERS= \ $(SHELL) ./config.status +distdir: + %.mo: %.po msgfmt -o $@ $< |