/[rdesktop]/sourceforge.net/trunk/rdpproxy/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /sourceforge.net/trunk/rdpproxy/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 430 - (show annotations)
Mon Jun 30 08:59:07 2003 UTC (20 years, 9 months ago) by forsberg
File size: 237 byte(s)
This commit was generated by cvs2svn to compensate for changes in r428,
which included commits to RCS files with non-trunk default branches.

1 SOURCES=rdpproxy.c secure.c
2 LDLIBS=-lcrypto
3 CFLAGS=-DUSE_X509
4
5 all: rdpproxy rsa2der
6
7 rdpproxy: $(SOURCES)
8 $(CC) $(CFLAGS) -o $@ $(SOURCES) $(LDLIBS)
9
10 rsa2der: rsa2der.c
11 $(CC) $(CFLAGS) -o $@ $< $(LDLIBS)
12
13 clean:
14 rm rdpproxy rsa2der

  ViewVC Help
Powered by ViewVC 1.1.26