commit | b30ae7facbdf8273f34f5d67d3d2e9c81db75576 | [log] [tgz] |
---|---|---|
author | Constantin Kaplinsky <const@tightvnc.com> | Thu May 25 05:04:46 2006 +0000 |
committer | Constantin Kaplinsky <const@tightvnc.com> | Thu May 25 05:04:46 2006 +0000 |
tree | 5091b0a7b991672b19c17b86b263e5ff4f173a3e | |
parent | a2adc8d4cfdf7336ce9192414c5e775224742a97 [diff] [blame] |
Migrating to new directory structure adopted from the RealVNC's source tree. More changes will follow. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@590 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/unix/vncmkdepend/Makefile b/unix/vncmkdepend/Makefile new file mode 100644 index 0000000..3278368 --- /dev/null +++ b/unix/vncmkdepend/Makefile
@@ -0,0 +1,4 @@ +SRCS = include.c main.c parse.c pr.c cppsetup.c ifparser.c +OBJS = $(SRCS:.c=.o) +vncmkdepend: $(OBJS) + $(CC) $^ -o $@