https://github.com/geodynamics/citcoms
Revision 8e778fac9e82000e471aa46e45a2dceb18403467 authored by Eh Tan on 06 February 2009, 19:51:18 UTC, committed by Eh Tan on 06 February 2009, 19:51:18 UTC
Also, the macros TRUE and FALSE are undefined unless configured with GMT.

1 parent 2dbb83a
Raw File
Tip revision: 8e778fac9e82000e471aa46e45a2dceb18403467 authored by Eh Tan on 06 February 2009, 19:51:18 UTC
Emit the warning message from a different place to get rid of static variables.
Tip revision: 8e778fa
.gitignore
# ignore svn externals
.svn
archimedes
m4

# ignore object files and static libraries
*.o
lib*.a

# ignore files generated by autoreconf
configure
aclocal.m4
autom4te.cache
aux-config
libtool
Makefile
Makefile.in
config.log
config.status
config.h.in
config.h
stamp-h1
.deps
*.net


# ignore python eggs
CitcomS.egg-info
pyconfig
python/*
*.egg

back to top