File: makefile

package info (click to toggle)
depqbf 3.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,968 kB
  • ctags: 2,507
  • sloc: ansic: 18,150; java: 307; makefile: 138
file content (6 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
all:
	gcc -g3 -o basic-api-example basic-api-example.c -L.. -lqdpll
	gcc -g3 -o basic-api-example2 basic-api-example2.c -L.. -lqdpll
	gcc -g3 -o basic-api-example3 basic-api-example3.c -L.. -lqdpll
	gcc -g3 -o basic-manual-selectors basic-manual-selectors.c -L.. -lqdpll