File: Makefile

package info (click to toggle)
camv-rnd 1.1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,824 kB
  • sloc: ansic: 35,928; sh: 686; makefile: 476; yacc: 110; awk: 3
file content (9 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
include ../../Makefile.conf
LIBARCHDIR=$(LIBRND_LIBARCHDIR)
CFLAGS = -DRND_PCB_COMPAT -Wall -g -I$(LIBRND_PREFIX)/include/librnd4/librnd/src_3rd
LDLIBS = -lm $(LIBRND_PREFIX)/$(LIBARCHDIR)/librnd-3rd.a

main: main.o gcode_vm.o gcode_exec.o gcode_lex.o gcode.tab.o

gcode.tab.c gcode.tab.h: gcode.y
	byacc -v -b gcode -d -p gcode -P gcode.y