Skip to content

Commit

Permalink
Autoconf/Automake integration - 3
Browse files Browse the repository at this point in the history
git-svn-id: svn://cherokee-project.com/CTK/trunk@4878 5dc97367-97f1-0310-9951-d761b3857238
  • Loading branch information
alobbs committed Apr 18, 2010
1 parent f27c371 commit a6784f1
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 0 deletions.
49 changes: 49 additions & 0 deletions CTK/Makefile.am
@@ -0,0 +1,49 @@
## Cherokee: Makefile.am -*- makefile -*-

ctkdir = "$(datadir)/cherokee/admin/CTK/CTK"
ctk_DATA = \
__init__.py \
Box.py \
Button.py \
Checkbox.py \
Combobox.py \
Config.py \
Container.py \
DatePicker.py \
Dialog.py \
Druid.py \
HTTP.py \
Help.py \
HiddenField.py \
Image.py \
Indenter.py \
JS.py \
Link.py \
List.py \
Notice.py \
Page.py \
PageCleaner.py \
Plugin.py \
Post.py \
PropsTable.py \
Proxy.py \
RawHTML.py \
Refreshable.py \
Server.py \
SortableList.py \
Submitter.py \
Tab.py \
Table.py \
Template.py \
TextArea.py \
TextField.py \
ToggleButton.py \
Uploader.py \
Widget.py \
consts.py \
iPhoneToggle.py \
pyscgi.py \
util.py

EXTRA_DIST = \
$(ctk_DATA)
3 changes: 3 additions & 0 deletions Makefile.am
@@ -0,0 +1,3 @@
## Cherokee: Makefile.am -*- makefile -*-

SUBDIRS = static CTK
3 changes: 3 additions & 0 deletions static/Makefile.am
@@ -0,0 +1,3 @@
## Cherokee: Makefile.am -*- makefile -*-

SUBDIRS = css images js
11 changes: 11 additions & 0 deletions static/css/Makefile.am
@@ -0,0 +1,11 @@
## Cherokee: Makefile.am -*- makefile -*-

cssdir = "$(datadir)/cherokee/admin/CTK/static/css"
css_DATA = \
CTK.css \
datepicker.css \
jquery-ui-1.7.2.custom.css \
jquery.ibutton.css

EXTRA_DIST = \
$(css_DATA)
51 changes: 51 additions & 0 deletions static/images/Makefile.am
@@ -0,0 +1,51 @@
## Cherokee: Makefile.am -*- makefile -*-

imagesdir = "$(datadir)/cherokee/admin/CTK/static/images"
images_DATA = \
arrow_ns.png \
bg-body.png \
bg-button-a-big.png \
bg-button-a-light.png \
bg-button-a.png \
bg-button-clone.png \
bg-button-new.png \
bg-button-span-big.png \
bg-button-span-light.png \
bg-button-span-start-light.png \
bg-button-span-stop-light.png \
bg-button-span.png \
bg-dialog-buttonpane.png \
bg-dialog-titlebar-close.gif \
bg-dialog-titlebar.png \
bg-dialog.png \
bg-filter.png \
bg-help-a.png \
bg-help-span.png \
bg-sel-actions-sel.png \
bg-sel-actions.png \
bg-td-even.png \
bg-th.png \
del-hover.png \
del.png \
dialog-error.png \
dialog-information.png \
dialog-warning.png \
ibutton-slider-default.png \
input-bg.png \
loader.gif \
loading.gif \
off.png \
offline.png \
on.png \
online.png \
tabbg.png \
tick.png \
ui-icons_222222_256x240.png \
ui-icons_2e83ff_256x240.png \
ui-icons_454545_256x240.png \
ui-icons_888888_256x240.png \
ui-icons_cd0a0a_256x240.png \
uploadify.cancel.png

EXTRA_DIST = \
$(images_DATA)
17 changes: 17 additions & 0 deletions static/js/Makefile.am
@@ -0,0 +1,17 @@
## Cherokee: Makefile.am -*- makefile -*-

jsdir = "$(datadir)/cherokee/admin/CTK/static/js"
js_DATA = \
Help.js \
Submitter.js \
common.js \
jquery-1.3.2.min.js \
jquery-ui-1.7.2.custom.min.js \
jquery.cookie.js \
jquery.form-defaults.js \
jquery.ibutton.js \
jquery.tablednd_0_5.js \
jquery.uploadProgress.js

EXTRA_DIST = \
$(js_DATA)

0 comments on commit a6784f1

Please sign in to comment.