blob: 01f78d95ce6473436c93295e13e4398deab9260f [file] [log] [blame]
Emeric Vigier2f625822012-08-06 11:09:52 -04001# Copyright (C) 1999-2005 Open Source Telecom Corporation.
2# Copyright (C) 2006-2008 David Sugar, Tycho Softworks.
3#
4# This file is free software; as a special exception the author gives
5# unlimited permission to copy and/or distribute it, with or without
6# modifications, as long as this notice is preserved.
7#
8# This program is distributed in the hope that it will be useful, but
9# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11
12MAINTAINERCLEANFILES = Makefile.in Makefile
13
14SUBDIRS=vs2008
15
16EXTRA_DIST = cc++/config.h \
17 common.dsw ccgnu2.dsp ccext2.dsp common.sln *.vcproj demo/*.vcproj \
18 tests/*.dsp demo/*.dsp Makefile.gcc Makefile.bcc common.reg *.bat
19
20INCLUDES = -I$(CCXX_DIR)
21
22# freddy77, now use posix dirs, gnuwin32 not tested
23#lib_LTLIBRARIES = libccxx.la libccio.la
24
25#libccxx_la_SOURCES = inaddr.cpp socket.cpp peer.cpp mutex.cpp event.cpp \
26# thread.cpp buffer.cpp threadkey.cpp url.cpp config.cpp
27
28#libccio_la_SOURCES = pipe.cpp file.cpp
29
30#libccxx_la_LDFLAGS = -lwsock32
31
32#pkginclude_HEADERS = thread.h socket.h common.h file.h url.h
33#noinst_HEADERS = export.h
34