/[pearpc]/src/system/osapi/Makefile.am
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 /src/system/osapi/Makefile.am

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File size: 245 byte(s)
import upstream CVS
1 AUTOMAKE_OPTIONS = foreign
2
3 if USE_OSAPI_BEOS
4 THE_OSAPI_DIR=beos
5 endif
6
7 if USE_OSAPI_POSIX
8 THE_OSAPI_DIR=posix
9 endif
10
11 if USE_OSAPI_WIN32
12 THE_OSAPI_DIR=win32
13 endif
14
15 SUBDIRS = $(THE_OSAPI_DIR)
16 EXTRA_SUBDIRS = beos posix win32
17
18 INCLUDES = -I ../..

  ViewVC Help
Powered by ViewVC 1.1.26