Changeset 75f460 in git for gfanlib


Ignore:
Timestamp:
Dec 16, 2014, 3:43:21 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fce947c9e6c3e8c6d5a622c7f6b0d724580993cc
Parents:
a2e4470c6e9a666de8ab7b706370c15e13092f76
Message:
format
Location:
gfanlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gfanlib/Makefile.am

    ra2e447 r75f460  
    77libgfandir = $(libdir)
    88
    9 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL 
     9AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL
    1010
    1111SOURCES  = gfanlib_zcone.cpp gfanlib_symmetry.cpp gfanlib_symmetriccomplex.cpp gfanlib_polyhedralfan.cpp gfanlib_zfan.cpp gfanlib_polymakefile.cpp
  • gfanlib/Makefile.in.save

    ra2e447 r75f460  
    6060OBJS := $(CXXSOURCES:.cpp=.o) $(CSOURCES:.c=.o)
    6161
    62 .cpp.o: 
     62.cpp.o:
    6363        ${CXX} ${CXXFLAGS} ${CPPFLAGS} ${DEFS} -c $<
    6464.c.o:
     
    8181## clean targest
    8282##
    83 mostlyclean: 
     83mostlyclean:
    8484        -rm -f *.o *.og core *.op
    8585
     
    8787        -rm -f *.bak *.d *.dd depend *.a *.so*
    8888
    89 tags:   
     89tags:
    9090        ctags *.c *.h *.cc *.inc
Note: See TracChangeset for help on using the changeset viewer.