Subversion Repositories blueman

[/] [trunk/] [blueman/] [Makefile.am] - Rev 243

Compare with Previous | Blame | Download | View Log

SUBDIRS =   \
    bluez   \
    gui     \
    main    \
    ods \
    plugins

bluemandir = $(pythondir)/blueman
blueman_PYTHON =    \
    Constants.py    \
    DeviceClass.py  \
    Functions.py    \
    Sdp.py      \
    Lib.py      \
    __init__.py

CLEANFILES =        \
    Constants.py    \
    $(BUILT_SOURCES)
    
DISTCLEANFILES = \
    $(CLEANFILES) 

EXTRA_DIST =    \
    Constants.py.in
    
clean-local:
    rm -rf *.pyc *.pyo 

Compare with Previous | Blame | Download | View Log