1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 00:35:49 +02:00

change library layout

This commit is contained in:
David Inglis 2002-11-04 20:57:06 +00:00
parent c7f9164d44
commit 985995cb0f
17 changed files with 531 additions and 495 deletions

View file

@ -1 +1,3 @@
*.o
*.so
*.a

View file

@ -1,4 +1,4 @@
LIST=CPU
LIST=ALL
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG

View file

@ -0,0 +1,8 @@
LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)

View file

@ -3,8 +3,6 @@ QCONFIG=qconfig.mk
endif
include $(QCONFIG)
NAME=spawner
include $(MKFILES_ROOT)/qtargets.mk
ifeq ($(OS),nto)

View file

@ -55,6 +55,7 @@ int
ptym_open(char * pts_name)
{
char *ptr1, *ptr2;
int fdm;
strcpy(pts_name, "/dev/ptyXY");
/* array index: 012345689 (for references in following code) */
@ -81,7 +82,7 @@ ptym_open(char * pts_name)
int
ptys_open(int fdm, char * pts_name)
{
int gid;
int gid, fds;
struct group *grptr;
grptr = getgrnam("tty");

View file

@ -0,0 +1,8 @@
LIST=CPU
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)

View file

@ -0,0 +1,14 @@
ifndef QCONFIG
QCONFIG=qconfig.mk
endif
include $(QCONFIG)
include $(MKFILES_ROOT)/qtargets.mk
ifeq ($(OS),nto)
ifeq ($(IVEHOME),)
IVEHOME:=/opt/vame/ive/bin
endif
EXTRA_INCVPATH+=$(IVEHOME)/include
endif

View file

@ -0,0 +1,8 @@
LIST=VARIANT
ifndef QRECURSE
QRECURSE=recurse.mk
ifdef QCONFIG
QRDIR=$(dir $(QCONFIG))
endif
endif
include $(QRDIR)$(QRECURSE)

View file

@ -0,0 +1 @@
include ../../common.mk

View file

@ -1,4 +0,0 @@
iostream.o
libspawner.so
libspawnerS.a
spawner.o