Changeset dcceae in git
- Timestamp:
- Jun 17, 2020, 11:51:27 AM (3 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- 89fd206d2c694d9425c5138b97769b3a8fe76cec
- Parents:
- 36f144edd8b9c07491a05fe0ade4618db64827c856125fca7208d9a1b46b0ab0b01c53041f939ad9
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2020-06-17 11:51:27+02:00
- git-committer:
- GitHub <noreply@github.com>2020-06-17 11:51:27+02:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
.gitignore
r56125f rdcceae 44 44 /libpolys/libpolysconfig.h.in 45 45 /libpolys/polys/m4/ 46 /libpolys/polys/ templates/p_Procs_Generate46 /libpolys/polys/p_Procs_Generate 47 47 /libpolys/polys/templates/p_Procs.inc 48 48 /libpolys/tests/gftables … … 63 63 /omalloc/omExternalConfig.h 64 64 /omalloc/omTables 65 /omalloc/omTables1 65 66 /omalloc/omTables.dSYM/* 66 67 /omalloc/omTables.h -
libpolys/polys/Makefile.am
r36f144 rdcceae 105 105 ################################################# 106 106 # autogenerated sources 107 nodist_SOURCES = templates/p_Procs.inc108 107 noinst_PROGRAMS = p_Procs_Generate 108 nodist_p_Procs_Generate_SOURCES = templates/p_Procs.inc 109 109 p_Procs_Generate_SOURCES = p_Procs_Generate.cc 110 110 p_Procs_Generate_CPPFLAGS = ${AM_CPPFLAGS} ${USE_P_PROCS_STATIC}
Note: See TracChangeset
for help on using the changeset viewer.