Changeset 9a0367f in mainline for uspace/srv
- Timestamp:
- 2009-01-20T18:38:16Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 27fb3d6
- Parents:
- b1747a5
- Location:
- uspace/srv
- Files:
-
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/console/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/devmap/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/fb/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/fs/fat/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../../Makefile.config32 -include ../../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../../lib/libc -
uspace/srv/fs/tmpfs/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../../Makefile.config32 -include ../../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../../lib/libc -
uspace/srv/kbd/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc 35 35 SOFTINT_PREFIX = ../../lib/softint 36 include $(LIBC_PREFIX)/Makefile.toolchain 37 include ../../../Makefile.config 36 include $(LIBC_PREFIX)/Makefile.toolchain 38 37 39 38 CFLAGS += -Iinclude -I../libadt/include -
uspace/srv/loader/Makefile
rb1747a5 r9a0367f 28 28 # 29 29 30 include../../Makefile.config30 -include ../../../Makefile.config 31 31 32 32 ## Setup toolchain -
uspace/srv/ns/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/pci/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/pci/libpci/Makefile
rb1747a5 r9a0367f 4 4 # Modified and ported to HelenOS by Jakub Jermar 5 5 6 include../../../Makefile.config6 -include ../../../../Makefile.config 7 7 8 8 LIBC_PREFIX=$(shell cd ../../../lib/libc; pwd) -
uspace/srv/rd/Makefile
rb1747a5 r9a0367f 30 30 # 31 31 32 include../../Makefile.config32 -include ../../../Makefile.config 33 33 34 34 LIBC_PREFIX = ../../lib/libc -
uspace/srv/vfs/Makefile
rb1747a5 r9a0367f 31 31 # 32 32 33 include../../Makefile.config33 -include ../../../Makefile.config 34 34 35 35 LIBC_PREFIX = ../../lib/libc
Note:
See TracChangeset
for help on using the changeset viewer.