Parcourir la source

build: factor the LolFx compilation rule into configure.ac.

master
Sam Hocevar il y a 12 ans
Parent
révision
9b80308cf8
1 fichiers modifiés avec 1 ajouts et 5 suppressions
  1. +1
    -5
      neercs/Makefile.am

+ 1
- 5
neercs/Makefile.am Voir le fichier

@@ -28,9 +28,5 @@ CLEANFILES = $(noinst_PROGRAMS:%$(EXEEXT)=%.self) \

SUFFIXES = .lolfx
.lolfx.o:
(echo "char const *"; \
echo "lolfx_$(notdir $(basename $(filter %.lolfx, $^))) ="; \
$(SED) 's/"/\\"/g' $(filter %.lolfx, $^) | \
$(SED) 's/\([^\r]*\).*/"\1\\n"/'; \
echo ";") | $(CXXCOMPILE) -xc++ -c - -o $@
$(LOLFX_BUILD)


Chargement…
Annuler
Enregistrer