File: Imakefile

package info (click to toggle)
tightvnc 1.3.9-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,292 kB
  • ctags: 32,542
  • sloc: ansic: 214,961; sh: 3,252; makefile: 1,849; cpp: 848; asm: 780; perl: 494
file content (19 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#define IHaveSubdirs
#define PassCDebugFlags

SUBDIRS = libvncauth vncviewer vncpasswd vncconnect

World:
	make Makefiles
	make depend
	make all
	@echo ""
	@echo Built $(SUBDIRS).
	@echo 'To build Xvnc, do "cd Xvnc", followed by "./configure" then "make"'
	@echo ""

libs:
	@echo 'No libraries included.'

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))