Changes in / [905cf4b:a235d09]


Ignore:
Location:
src/libcfa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/Makefile.am

    r905cf4b ra235d09  
    1111## Created On       : Sun May 31 08:54:01 2015
    1212## Last Modified By : Peter A. Buhr
    13 ## Last Modified On : Wed Jun  8 14:20:34 2016
    14 ## Update Count     : 165
     13## Last Modified On : Tue Jun  7 14:38:18 2016
     14## Update Count     : 142
    1515###############################################################################
    1616
     
    5454
    5555headers = limits stdlib math iostream fstream iterator rational
    56 libobjs = ${headers:=.o}
     56.PRECIOUS : ${headers}                                          # stop implicit '.o' rules from removing extensionless headers
    5757
    58 # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing
    59 % : %.c
    60         @true
     58#.SECONDARY : ${headers}                                        # stop implicit '.o' rules from removing extensionless headers
    6159
    62 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp       # add dependency to cfa-cpp so all libraries are rebuilt with new translator
    6360
    6461libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c}
  • src/libcfa/Makefile.in

    r905cf4b ra235d09  
    215215        ${addprefix ${libdir}/,${lib_LIBRARIES}} ${includedir}/*
    216216headers = limits stdlib math iostream fstream iterator rational
    217 libobjs = ${headers:=.o}
    218217libcfa_a_SOURCES = libcfa-prelude.c ${headers:=.c}
    219218include_HEADERS = ${headers}
     
    588587libcfa-prelude.o : libcfa-prelude.c
    589588        @BACKEND_CC@ -c -o $@ $<
    590 
    591 # extensionless header files are overridden by -o flag in default makerule => explicitly override default rule to silently do nothing
    592 % : %.c
    593         @true
    594 
    595 ${libobjs} : ${abs_top_srcdir}/src/driver/cfa-cpp       # add dependency to cfa-cpp so all libraries are rebuilt with new translator
     589.SECONDARY : ${headers}                                 # stop implicit '.o' rules from removing extensionless headers
    596590
    597591# Tell versions [3.59,3.63) of GNU make to not export all variables.
Note: See TracChangeset for help on using the changeset viewer.