PDOS

[uia] / trunk / uia / sst / c / c.pro  

View of /trunk/uia/sst/c/c.pro

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3671 - (download) (annotate)
Wed Jan 21 14:05:22 2009 UTC (10 months ago) by baford
File size: 615 byte(s)
beginnings of a C-only subset version
# First include variables filled in by the configure script
!include(../top.pri) {
        error("top.pri not found - please run configure at top level.")
}

TEMPLATE = lib
TARGET = sst_c
DESTDIR = ..
DEPENDPATH += .
INCLUDEPATH += . ../inc
QT = 
CONFIG += staticlib
QMAKE_CXXFLAGS += -fno-strict-aliasing	# XXX

# Input
HEADERS +=	../inc/sst/id.h ../inc/sst/base64.h ../inc/sst/decls.h
SOURCES +=	id.cc base64.c


win32 {
	#SOURCES += os-win.cc
}
unix {
	#SOURCES += os-unix.cc
}


# Installation
libsst_c.path = $$LIBDIR
libsst_c.commands = install -c ../libsst_c.a $$INSTALL_ROOT$$LIBDIR/
INSTALLS += libsst_c


Maintained by PDOS
ViewVC Help
Powered by ViewVC 1.0.3