Skip to content

Commit

Permalink
style, format Makefile.am comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rudimeier committed May 29, 2013
1 parent abb1825 commit bba0a51
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -15,7 +15,7 @@ SUBDIRS += libltdl
endif DESCEND_LIBLTDL
SUBDIRS += src sample doc test

# do_subst, inspired by the automake project
## do_subst, inspired by the automake project
do_subst = ( sed \
-e 's,[@]VERSION[@],$(VERSION),g' \
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
Expand Down Expand Up @@ -48,7 +48,7 @@ twstools.spec twstools.pc: version.mk
$(do_subst) <$(srcdir)/$@.in >$@-t
mv -f $@-t $@

# Rule to build RPM distribution package
## Rule to build RPM distribution package
rpm: dist-gzip
rpmbuild -ta $(distdir).tar.gz

Expand Down
5 changes: 1 addition & 4 deletions src/Makefile.am
Expand Up @@ -87,7 +87,7 @@ proof_of_concept_la_LDFLAGS = -module
proof_of_concept_la_LDFLAGS += -rpath /none


# Build all executables at distribution time to generate the man pages.
## Build all executables at distribution time to generate the man pages.
dist-hook: $(bin_PROGRAMS)

## hack to build libtdl (at least initially) if dist-hook binaries need it
Expand All @@ -114,9 +114,6 @@ version.c: version.c.in $(top_builddir)/version.mk
$*_ggo.h >$*_ggo.h-t \
&& mv $*_ggo.h-t $*_ggo.h

#
# Help the developers get nice post-processed source files

## Create preprocessor output (debugging purposes only)
.c.i:
$(COMPILE) -E -o $@ $<
Expand Down
1 change: 0 additions & 1 deletion test/Makefile.am
Expand Up @@ -36,4 +36,3 @@ dist_noinst_DATA += work_hist_cash_01.xml
clean-local:
-rm -rf *.tmpd

## Makefile.am ends here

0 comments on commit bba0a51

Please sign in to comment.