aboutsummaryrefslogblamecommitdiff
path: root/lang/schemetoc/files/makefile-head
blob: 14944c6a593e0777a5f53e70ac5b131b6a11b8a4 (plain) (tree)
1
2
3
4
5
6
7
8





                                                                  

             



                                 
                  







                    

         


           
                             
            

                      

                        
#
# This is the header file for constructing make files for FreeBSD.
#

# Default flags to use when invoking the C compiler.

CFLAGS ?= -O2
CC ?= gcc

# Assembly language object files.

Aruntime = x86.o 
SAruntime = x86.so

# Profiled library

Plib = libsc_p.a

# Installation tools

RANLIB = ranlib
AS = as
CPP = cpp

# X library

XLIB = -L${X11BASE}/lib -lX11
XLIBCFLAGS =
PICFLAGS = -fpic -DPIC


# End of FREEBSD header.