Updating python/Makefile.am.
[jben2_gui.git] / python / Makefile.am
blobc997c9c9b419782db3c2ff3c51884153ad9c329c
1 ######################################################################
2 # For Python, we rely on setup.py for doing the right thing.  The    #
3 # targets here correspond to "make" and "make install" respectively, #
4 # and basically just function as passthroughs.                       #
5 ######################################################################
7 # "build" seems unnecessary since "install" calls build again
8 # anyway...  So I'm commenting this out to save a little bit of build
9 # time.
11 #all-local:
12 #       python setup.py build
14 install-exec-local:
15         python setup.py install