Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    r6ea87486 rc038214  
    1010## Author           : Peter A. Buhr
    1111## Created On       : Sun May 31 08:54:01 2015
    12 ## Last Modified By : Andrew Beach
    13 ## Last Modified On : Fri Jun 14 17:00:00 2017
    14 ## Update Count     : 216
     12## Last Modified By : Peter A. Buhr
     13## Last Modified On : Sun May 14 21:04:21 2017
     14## Update Count     : 214
    1515###############################################################################
    1616
    1717# create object files in directory with source files
    1818AUTOMAKE_OPTIONS = subdir-objects
    19 ARFLAGS = cr
    2019
    2120libdir = ${CFA_LIBDIR}
     
    5150
    5251libobjs = ${headers:=.o}
    53 libsrc = libcfa-prelude.c interpose.c libhdr/libdebug.c ${headers:=.c} \
    54         exception.c typeobject.c
     52libsrc = libcfa-prelude.c interpose.c libhdr/libdebug.c ${headers:=.c}
    5553
    5654# not all platforms support concurrency, add option do disable it
     
    6664        ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $<
    6765
    68 libcfa_a-exception.o : exception.c
    69         ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $<
    70 
    71 libcfa_a-typeobject.o : typeobject.c
    72         ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -O2 ${EXTRA_FLAGS} -c -o $@ $<
    73 
    7466concurrency/libcfa_d_a-invoke.o : concurrency/invoke.c
    75         ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $<
    76 
    77 libcfa_d_a-exception.o : exception.c
    78         ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $<
    79 
    80 libcfa_d_a-typeobject.o : typeobject.c
    8167        ${AM_V_CC}@BACKEND_CC@ -DHAVE_CONFIG_H -I. -I../.. -D__CFA_DEBUG__ -O0 ${EXTRA_FLAGS} -c -o $@ $<
    8268
Note: See TracChangeset for help on using the changeset viewer.