File: Makefile

package info (click to toggle)
libopentoken 3.0b-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,416 kB
  • ctags: 51
  • sloc: ada: 8,561; makefile: 120
file content (10 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
all : asu_example_4_46-run asu_example_4_46_rd-run

asu_example_4_46-run : asu_example_4_46.ads asu_example_4_46-run.adb
	gnatmake -I../../ asu_example_4_46-run

asu_example_4_46_rd-run : asu_example_4_46_rd.ads asu_example_4_46_rd-run.adb
	gnatmake -I../../ asu_example_4_46_rd-run

clean :
	$(RM) *.exe *.o *.ali