File: aml.make

package info (click to toggle)
mail-notification 3.0.dfsg.1-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,468 kB
  • ctags: 5,960
  • sloc: sh: 8,813; ansic: 5,933; xml: 1,719; makefile: 517
file content (12 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
GOBFLAGS = --always-private-header --no-touch --exit-on-warn

Makefile.am: automake.xml $(AML)
	$(AML) $< > $@.aml && mv -f $@.aml $@

# intentionally do not add $(GOB2) to sources (generated files are distributed)
%.gob.stamp: %.gob
	$(GOB2) $(GOBFLAGS) $<
	@touch $@

%-common.c %-stubs.c %-skels.c %.h: %.idl $(ORBIT_IDL)
	$(ORBIT_IDL) $(IDLFLAGS) $<