File: Makefile

package info (click to toggle)
asis 3.12p-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,920 kB
  • ctags: 3
  • sloc: ada: 76,459; perl: 1,330; makefile: 87
file content (22 lines) | stat: -rw-r--r-- 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include Makefile.stub

all: install ds gnatstub gnatelim

install:
	$(MAKE) -e -C obj install

ds:
	$(MAKE) -e -C examples/ds

gnatstub:
	$(MAKE) -e -C examples/gnatstub

gnatelim:
	$(MAKE) -e -C examples/gnatelim

clean:
	$(MAKE) -e -C obj clean
	$(MAKE) -e -C examples/ds clean
	$(MAKE) -e -C examples/gnatstub clean
	$(MAKE) -e -C asistant clean
	$(MAKE) -e -C examples/gnatelim clean