Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
linalg_suitesparse.jl -> suitesparse.jl
julia_message_types_h.jl -> webrepl_msgtypes_h.jl
  • Loading branch information
Viral B. Shah committed Sep 22, 2012
1 parent 35ca186 commit 448fc7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions extras/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JULIAHOME = $(abspath ..)
include $(JULIAHOME)/Make.inc

all: glpk_h.jl julia_message_types_h.jl
all: glpk_h.jl webrepl_msgtypes_h.jl

GLPK_VER = 4.47

Expand All @@ -16,7 +16,7 @@ endif
glpk_h.jl:
$(QUIET_PERL) cpp -dM $(GLPK_PREFIX)/glpk.h | perl -nle '/^\s*#define\s+(GLP\w*)\s*\(?($(GLPK_CONST))\)?\s*$$/ and print "const $$1 = int32($$2)"' | sort > $@

julia_message_types_h.jl: ../ui/webserver/message_types.h
webrepl_msgtypes_h.jl: ../ui/webserver/message_types.h
$(QUIET_PERL) cpp -Dnotdefined $^ > $@

clean:
Expand Down
2 changes: 1 addition & 1 deletion extras/julia_web_base.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# [message_type::number, arg0::string, arg1::string, ...]

# import the message types
load("julia_message_types_h.jl")
load("webrepl_msgtypes_h.jl")

###########################################
# set up the socket connection
Expand Down
File renamed without changes.

0 comments on commit 448fc7a

Please sign in to comment.