VirtualBox

source: vbox/trunk/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/Makefile.in@ 1

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
3DEPTH = ../../../../..
4topsrcdir = @top_srcdir@
5srcdir = @srcdir@
6VPATH = @srcdir@
7
8include $(DEPTH)/config/autoconf.mk
9
10MODULE = dconnect
11
12REQUIRES = ipcd \
13 nspr \
14 string \
15 xpcom \
16 $(NULL)
17
18CPPSRCS = \
19 TestDConnect.cpp \
20 $(NULL)
21
22SIMPLE_PROGRAMS = $(CPPSRCS:.cpp=$(BIN_SUFFIX))
23
24include $(topsrcdir)/config/config.mk
25
26LIBS = \
27 $(EXTRA_DSO_LIBS) \
28 $(XPCOM_LIBS) \
29 $(NSPR_LIBS) \
30 $(NULL)
31
32include $(topsrcdir)/config/rules.mk
33
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette