Last change
on this file since 1 was 1, checked in by vboxsync, 55 years ago |
import
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
484 bytes
|
Line | |
---|
1 | # vim:set ts=8 sw=8 noet:
|
---|
2 |
|
---|
3 | DEPTH = ../../../../..
|
---|
4 | topsrcdir = @top_srcdir@
|
---|
5 | srcdir = @srcdir@
|
---|
6 | VPATH = @srcdir@
|
---|
7 |
|
---|
8 | include $(DEPTH)/config/autoconf.mk
|
---|
9 |
|
---|
10 | MODULE = dconnect
|
---|
11 |
|
---|
12 | REQUIRES = ipcd \
|
---|
13 | nspr \
|
---|
14 | string \
|
---|
15 | xpcom \
|
---|
16 | $(NULL)
|
---|
17 |
|
---|
18 | CPPSRCS = \
|
---|
19 | TestDConnect.cpp \
|
---|
20 | $(NULL)
|
---|
21 |
|
---|
22 | SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
|
---|
23 |
|
---|
24 | include $(topsrcdir)/config/config.mk
|
---|
25 |
|
---|
26 | LIBS = \
|
---|
27 | $(EXTRA_DSO_LIBS) \
|
---|
28 | $(XPCOM_LIBS) \
|
---|
29 | $(NSPR_LIBS) \
|
---|
30 | $(NULL)
|
---|
31 |
|
---|
32 | include $(topsrcdir)/config/rules.mk
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.