Changeset 1939
- Timestamp:
- Sep 21, 2012, 4:01:28 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/autotools/common.am
r1937 r1939 43 43 # 44 44 45 lolfx_gen = $(lolfx_gen_$(V)) 46 lolfx_gen_ = $(lolfx_gen_$(AM_DEFAULT_VERBOSITY)) 47 lolfx_gen_0 = @echo " LOLFX " $@; 48 45 49 SUFFIXES = .lolfx 46 50 .lolfx.o: 47 (echo "char const *"; \ 51 $(lolfx_gen) 52 $(AM_V_at)(echo "char const *"; \ 48 53 echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \ 49 54 $(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | $(SED) 's/\([^\r]*\).*/"\1\\n"/'; \ -
trunk/configure.ac
r1938 r1939 7 7 AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules]) 8 8 dnl AM_MAINTAINER_MODE 9 AM_DEFAULT_VERBOSITY=0 9 10 10 11 dnl Versioning of the separate software we ship
Note: See TracChangeset
for help on using the changeset viewer.