File: Makefile.am

package info (click to toggle)
gniall 0.7.1-7.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 280 kB
  • ctags: 102
  • sloc: ansic: 1,085; sh: 327; makefile: 66
file content (20 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
bin_PROGRAMS = gniall

INCLUDES =					\
	$(GNOME2_CFLAGS)

gniall_SOURCES = 				\
	gnome.c					\
	niall.c					\
	niall.h

gniall_LDADD =					\
	$(GNOME2_LIBS)

$(bin_PROGRAMS): gnome.o niall.o
gnome.o: niall.h
niall.o: niall.h

dist-hook:
	mkdir $(distdir)/otherStuff
	cp -p otherStuff/* $(distdir)/otherStuff