Changeset 1924 for trunk/build/autotools/common.am
- Timestamp:
- Sep 17, 2012, 2:30:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/autotools/common.am
r1923 r1924 16 16 .PHONY: lolcheck bench 17 17 18 SUFFIXES = .lolfx 19 .lolfx.o: 20 (echo "char const *"; \ 21 echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \ 22 $(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | $(SED) 's/\([^\r]*\).*/"\1\\n"/'; \ 23 echo ";") \ 24 | $(CXXCOMPILE) -xc++ -c - -o $@ 25
Note: See TracChangeset
for help on using the changeset viewer.