src/Makefile
changeset 3321 52e8eec3014c
parent 3261 f3806842a096
child 3339 c88573eb98ea
equal deleted inserted replaced
3320:f727edff50bd 3321:52e8eec3014c
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2007, 2015, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 PYTHON27 = /usr/bin/python2.7
    26 PYTHON27 = /usr/bin/python2.7
    27 PYTHON34 = /usr/bin/python3.4
    27 PYTHON34 = /usr/bin/python3.4
    28 
    28 
    48 	/usr/bin/grep Version | \
    48 	/usr/bin/grep Version | \
    49 	/usr/bin/awk -F: '{print $$2}' | /usr/bin/sed -e 's/ //g'
    49 	/usr/bin/awk -F: '{print $$2}' | /usr/bin/sed -e 's/ //g'
    50 
    50 
    51 PEP8 = /usr/bin/pep8
    51 PEP8 = /usr/bin/pep8
    52 
    52 
    53 SUBDIRS=zoneproxy
    53 SUBDIRS=zoneproxy util/mkcert
    54 
    54 
    55 all: $(SUBDIRS)
    55 all: $(SUBDIRS)
    56 	$(PYTHON27) setup.py build
    56 	$(PYTHON27) setup.py build
    57 
    57 
    58 clean: $(SUBDIRS)
    58 clean: $(SUBDIRS)