Changeset 20e3c45 in git


Ignore:
Timestamp:
Oct 30, 2017, 8:58:31 PM (6 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
faf4cd3d15e51801efd9db5a63f26b23cb8c70e8
Parents:
e625a3992268aef1b4c5bd8dcd4bc448c102af28
Message:
removed: factory/cplusplus.h
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    re625a39 r20e3c45  
    9696libfactory_la_SOURCES = $(SOURCES)
    9797
    98 nodist_libfactory_la_SOURCES = cplusplus.h factory.h factoryconf.h
     98nodist_libfactory_la_SOURCES = factory.h factoryconf.h
    9999
    100100# factory header files
     
    172172libfactory_includedir = ${includedir}/factory
    173173
    174 nodist_libfactory_include_HEADERS = cplusplus.h factory.h factoryconf.h
     174nodist_libfactory_include_HEADERS = factory.h factoryconf.h
    175175
    176176
     
    245245# autogenerated sources
    246246
    247 noinst_PROGRAMS = cplusplus
    248 
    249 BUILT_SOURCES = cplusplus.h factory.h factoryconf.h
    250 
    251 CLEANFILES = $(BUILT_SOURCES) include/factory/factory.h include/factory/factoryconf.h include/factory/cplusplus.h
     247BUILT_SOURCES = factory.h factoryconf.h
     248
     249CLEANFILES = $(BUILT_SOURCES) include/factory/factory.h include/factory/factoryconf.h
    252250
    253251DISTCLEANFILES =  config.h readcf.cc
     
    255253#distclean-local:
    256254#       -rm -f readcf.cc
    257 
    258 cplusplus_SOURCES = cplusplus.cc
    259 
    260 cplusplus.h: cplusplus$(EXEEXT)
    261         ./cplusplus$(EXEEXT)  >$@
    262         cp $@ include/factory/
    263255
    264256.template.h:
Note: See TracChangeset for help on using the changeset viewer.