Codebase list libmawk / scrub-obsolete/main scconfig / src / parsgen / Makefile.plugin
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

Makefile.plugin @scrub-obsolete/mainraw · history · blame

1
2
3
4
5
6
PARSGEN_CFLAGS = -DPLUGIN_PARSGEN
PARSGEN_OBJS = \
  $(BIN)/parsgen/find_parsgen.o

$(BIN)/parsgen/find_parsgen.o: $(SRC)/parsgen/find_parsgen.c
	$(CC) $(CFLAGS) -c $(SRC)/parsgen/find_parsgen.c -o $(BIN)/parsgen/find_parsgen.o