###########################################################################
#
# Makefile system for GILDAS softwares (J.Pety 2003-2008).
#
# Please be careful: element order often matters in makefiles.
#
###########################################################################

include $(gagadmdir)/Makefile.def

###########################################################################

LOAD_LIBS = -lpako $(GREG_LIBS)

EXECUTABLES = pako

# Force to Python 2 mode as displayPako.py is not yet compatible
# with Python 3, even after the 2to3 patch. The script shebang
# enforces the use of Python 2.

PYTHON3_PRESENT = no

UTILITIES = displayPako.py

###########################################################################

include $(gagadmdir)/Makefile.main

###########################################################################
