Codebase list libmawk / e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main scconfig / src / parsgen / Makefile.plugin
e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main

Tree @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/main (Download .tar.gz)

Makefile.plugin @e6ceb860-1bcc-4cc8-8ccb-412e0c97ee18/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