- Added makefiles for linux
SKIPPED: psi/makefile_linux psi/sinqhmdriv.i psi/sinqhmdriv.w psi/swmotor.c psi/hardsup/makefile_linux psi/tecs/makefile_linux
This commit is contained in:
14
dummy/makefile_linux_dummy
Normal file
14
dummy/makefile_linux_dummy
Normal file
@ -0,0 +1,14 @@
|
||||
#---------------------------------------------------------------------------
|
||||
# Makefile for the Dummy specific part of SICS
|
||||
# machine-dependent part for Tru64 Unix
|
||||
#
|
||||
# Mark Koennecke, June 2003
|
||||
#--------------------------------------------------------------------------
|
||||
# the following line only for fortified version
|
||||
#DFORTIFY=-DFORTIFY
|
||||
#==========================================================================
|
||||
|
||||
CC = gcc
|
||||
CFLAGS = -g $(DFORTIFY) -I..
|
||||
|
||||
include make_gen
|
Reference in New Issue
Block a user