dashboard
repositories
filestore
activity
search
login
Janis Streib
/
g4export
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
Removed GTK stuff and added stdout stuff
Janis Streib
31.12.21
9292777d38f84b2e4fac388e95810df96d76e808
[~streib/g4export.git]
/
src
/
Makefile.am
1
2
3
4
5
6
7
#src/Makefile.am
bin_PROGRAMS=g4export
g4export_SOURCES=G4Export.cpp G4Hub.cpp G4Hub.h G4Trk.cpp G4Trk.h Quaternion.cpp Quaternion.h struct.h
g4export_CXXFLAGS=$(GTK_CFLAGS) $(GLEXT_CFLAGS)
g4export_LDADD=$(GTK_LIBS) $(GLEXT_LIBS)